home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / utility / memsz320.zip / ENGLISH.HLP (.txt) < prev    next >
OS/2 Help File  |  1996-07-26  |  16KB  |  316 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. This program displays several items related to system resources, and updates 
  5. the display once per second, providing it is given CPU time to do so.  The 
  6. items displayed are: 
  7.  
  8. Date/Time - The current date and time, in the format called for in the default 
  9. country information for your system, as specified in the 'COUNTRY=' entry of 
  10. your CONFIG.SYS file. 
  11.  
  12. Elapsed Time - The elapsed time since the computer was last restarted. 
  13.  
  14. Physical Memory Free - The amount of system memory available, according to the 
  15. DosMemAvail function. 
  16.  
  17. Note:   This function is part of the old 16-bit system, and only reports 
  18. physical memory below 16Mb, and was also altered just before OS/2 2.0 was 
  19. released to never report less than 512K. 
  20.  
  21. Virtual Memory Free - The amount of virtual memory available, according to the 
  22. DosQuerySysInfo function. This is the amount of free physical memory, plus the 
  23. amount of free space within the current swapping file, plus the amount of space 
  24. by which the swapping file could yet grow, less the amount of free space 
  25. reserved on the swapping drive. 
  26.  
  27. Swap File Size - The current size of the system virtual memory swap file, 
  28. SWAPPER.DAT. To locate the file, the file CONFIG.SYS is scanned for its 
  29. SWAPPATH entry. That entry provides the full name of the swap-file's directory 
  30. and indicates the minimum free space that must be left on the swap-file's disk 
  31. drive. 
  32.  
  33. Available Swap Space - The amount of free disk space on the logical disk drive 
  34. where the system swap file resides, less the mininum free space.  This is how 
  35. much more the swap file could expand, if necessary. 
  36.  
  37. Unused Swap Space - The amount of free space within the currently allocated 
  38. system swap file.  When this drops to zero, the system swap file must be 
  39. increased in size, normally by one megabyte at a time. 
  40.  
  41. Spool File Size - The amount of disk space consumed by spool files. 
  42.  
  43. CPU Load (%) - The approximate percentage of the CPU's available horsepower 
  44. that's being used at the moment.  It is averaged over the previous second. 
  45.  
  46. Note:   This function and PULSE do not get along with each other. Why? 
  47.  
  48. Note:   If you have the driver HRTIMER.SYS installed, this number will be more 
  49. accurate. Why? 
  50.  
  51. Active Task Count - The number of entries in the system switch list, which is 
  52. the list displayed when you press CTRL+ESC. 
  53.  
  54. Note:   Not all entries in the system switch list are displayed in the Window 
  55. List.  Some are marked for non-display. 
  56.  
  57. Process Count - The number of processes currently loaded on the system. 
  58.  
  59. Thread Count - The number of threads currently running on the system.  There is 
  60. at least one thread for each process. 
  61.  
  62. Total Free Disk Space - The amount of free space on all the local non-removable 
  63. disks combined. 
  64.  
  65. Drive X Free - The amount of free space on drive X. 
  66.  
  67. The help facility is active, as you've already seen, and those program commands 
  68. that exist may be accessed via the window's system menu.  The following 
  69. commands are available: 
  70.  
  71.       Save Settings 
  72.       Reset Defaults 
  73.       Hide Controls 
  74.       Configure... 
  75.       Reset Load Meter 
  76.       Reset Drives 
  77.       Copy 
  78.       About 
  79.       Close 
  80.  
  81.  In addition to those features already described, this program accepts commands 
  82.  from the OS/2 2.0 Font and Color Palette programs, and is a DDE server for all 
  83.  the currently displayed items.  The DDE application name is MEMSIZE, and the 
  84.  item names are the same as the default display item names (like Physical 
  85.  Memory Free). 
  86.  
  87.  
  88. ΓòÉΓòÉΓòÉ 2. Save Settings (Menu Option) ΓòÉΓòÉΓòÉ
  89.  
  90. When you select this menu option, the program saves its current position and 
  91. the status of the Hide Controls option.  The next time the program is started, 
  92. it will be started with that position and with the controls hidden (or not) 
  93. according to the saved state. 
  94.  
  95. The short-cut key for this command is F2. 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 3. Reset Defaults (Menu Option) ΓòÉΓòÉΓòÉ
  99.  
  100. Selecting this menu option will reset the program's font and color attributes 
  101. to their default values. 
  102.  
  103.  
  104. ΓòÉΓòÉΓòÉ 4. Hide Controls (Menu Option) ΓòÉΓòÉΓòÉ
  105.  
  106. This menu option, when selected, will cause the program's frame controls (the 
  107. system menu, the titlebar and the minimize button) to be hidden. This option 
  108. can be toggled with a double-click on either mouse button. Also, since I saw it 
  109. as very useful to be able to move the window while the controls were hidden, 
  110. the window has been set up so that you can drag it with either mouse button. 
  111.  
  112. The key combination Alt+H will perform this function also. 
  113.  
  114.  
  115. ΓòÉΓòÉΓòÉ 5. Configure (Menu Option) ΓòÉΓòÉΓòÉ
  116.  
  117. This menu option, when selected, will cause the program's configuration dialog 
  118. to be displayed. For more information, see Configure (Dialog). 
  119.  
  120. Note:   The short-cut key to this option is Alt+C. 
  121.  
  122.  
  123. ΓòÉΓòÉΓòÉ 5.1. Configure (Dialog) ΓòÉΓòÉΓòÉ
  124.  
  125. This dialog allows you to change all configurable aspects of this program's 
  126. operation.  To escape without effecting any changes, press the ESCAPE key or 
  127. click on the Escape pushbutton. To save the changes you've made, press the 
  128. ENTER key or click on the OK pushbutton. 
  129. The configurable items include the following: 
  130.  
  131. Display Items You may select any or all of the items in the Display Items list 
  132. for monitoring and display. Simply click on an item to highlight it, click 
  133. again to remove the highlight. Highlighted items are monitored. To change an 
  134. item's default label, or to restore the default label, double-click on an 
  135. unselected item.  The item will be selected and a dialog presented from which 
  136. you may alter the item label. 
  137.  
  138. Show 'K'ilobytes This group of radiobuttons allows you to select whether large 
  139. sizes are displayed in kilobyte notation always, never, or only when their 
  140. values exceed 512K. The default is to show all sizes over 512K in this way. 
  141. Keep in mind that one kilobyte is actually 1024 bytes, not 1000. 
  142.  
  143. Monitor Priority This control allows you to set the absolute priority of the 
  144. monitoring thread of the program, within the time-critical priority class. You 
  145. may vary the priority from 0 to 31.  Priority 31 is the highest possible 
  146. priority in the system, short of physical interrupts. Priority 0 is simply the 
  147. lowest priority within the time-critical class. Normally, you should set this 
  148. to the maximum for more accuracy in system monitoring.  However, some have 
  149. complained that their communications programs occasionally miss data while this 
  150. program is running.  For that reason the priority is now variable. 
  151.  
  152. Timer Interval This control allows you to set the interval between monitor 
  153. window updates.  It can be varied from 1.0 seconds to 30.0 seconds, in steps of 
  154. 1/10 second.  The number displayed is in tenths of a second. 
  155.  
  156. Window Anchor This control allows you to set the corner of the monitor window 
  157. which remains fixed in position when the window size changes.  The monitor 
  158. window can change in size when items are added or removed from the active list, 
  159. and when the display font is changed from the Font Palette. 
  160.  
  161. Hide Controls When the program window is not iconized, it can be shown with or 
  162. without the usual title bar, system menu and minimize/maximize buttons.  If you 
  163. chose to hide these controls, the window may still be positioned by dragging 
  164. its center area. 
  165.  
  166. Float to Top This button activates an window's float-to-top function. When this 
  167. button has been check-marked, the clock will float to the top of the window 
  168. stack, making itself visible all the time. 
  169.  
  170. Animate This button activates the window open & close animation feature. When 
  171. this is active, the program window will open and close in the same way as the 
  172. folder objects do: with sound and motion. As with folders, animation will not 
  173. occur unless it has been enabled at the system level. 
  174.  
  175. Table Format This button, when checked, causes the window to arrange itself in 
  176. table format, with the display items arranged in rows and columns. It will 
  177. optimize itself to use as little vertical space as possible. When this button 
  178. is